Mailinglist Archive: yast-commit (477 mails)
| < Previous | Next > |
[yast-commit] r57563 - /trunk/devtools/devtools/doc/skeletons/config/Makefile.am
- From: coolo@xxxxxxxxxxxxxxxx
- Date: Tue, 16 Jun 2009 04:57:47 -0000
- Message-id: <E1MGQjz-0002ge-7U@xxxxxxxxxxxxxxxx>
Author: coolo
Date: Tue Jun 16 06:57:46 2009
New Revision: 57563
URL: http://svn.opensuse.org/viewcvs/yast?rev=57563&view=rev
Log:
filter index.html here too
Modified:
trunk/devtools/devtools/doc/skeletons/config/Makefile.am
Modified: trunk/devtools/devtools/doc/skeletons/config/Makefile.am
URL:
http://svn.opensuse.org/viewcvs/yast/trunk/devtools/devtools/doc/skeletons/config/Makefile.am?rev=57563&r1=57562&r2=57563&view=diff
==============================================================================
--- trunk/devtools/devtools/doc/skeletons/config/Makefile.am (original)
+++ trunk/devtools/devtools/doc/skeletons/config/Makefile.am Tue Jun 16
06:57:46 2009
@@ -7,7 +7,7 @@
index.html: $(srcdir)/../../../skeletons/config/src/*.ycp
$(srcdir)/../../../../$(YCPDOC) -d.
$(srcdir)/../../../skeletons/config/src/*.ycp
-html_DATA = index.html $(wildcard *.html)
+html_DATA = index.html $(filter-out index.html, $(wildcard *.html))
# It is differerent from other autogenerated documentation:
# This must be in the tarball, because yast2-devtools must not be dependant
--
To unsubscribe, e-mail: yast-commit+unsubscribe@xxxxxxxxxxxx
For additional commands, e-mail: yast-commit+help@xxxxxxxxxxxx
Date: Tue Jun 16 06:57:46 2009
New Revision: 57563
URL: http://svn.opensuse.org/viewcvs/yast?rev=57563&view=rev
Log:
filter index.html here too
Modified:
trunk/devtools/devtools/doc/skeletons/config/Makefile.am
Modified: trunk/devtools/devtools/doc/skeletons/config/Makefile.am
URL:
http://svn.opensuse.org/viewcvs/yast/trunk/devtools/devtools/doc/skeletons/config/Makefile.am?rev=57563&r1=57562&r2=57563&view=diff
==============================================================================
--- trunk/devtools/devtools/doc/skeletons/config/Makefile.am (original)
+++ trunk/devtools/devtools/doc/skeletons/config/Makefile.am Tue Jun 16
06:57:46 2009
@@ -7,7 +7,7 @@
index.html: $(srcdir)/../../../skeletons/config/src/*.ycp
$(srcdir)/../../../../$(YCPDOC) -d.
$(srcdir)/../../../skeletons/config/src/*.ycp
-html_DATA = index.html $(wildcard *.html)
+html_DATA = index.html $(filter-out index.html, $(wildcard *.html))
# It is differerent from other autogenerated documentation:
# This must be in the tarball, because yast2-devtools must not be dependant
--
To unsubscribe, e-mail: yast-commit+unsubscribe@xxxxxxxxxxxx
For additional commands, e-mail: yast-commit+help@xxxxxxxxxxxx
| < Previous | Next > |