Mailinglist Archive: limal-commit (10 mails)
| < Previous | Next > |
[limal-commit] r2768 - /limal-branches/mc-devel/limal-ca-mgm/doc/autodocs/Makefile.am
- From: mcalmer@xxxxxxxxxxxxxxxxx
- Date: Sun, 13 May 2012 16:36:13 -0000
- Message-id: <20120513163613.F1CA832522@svn2.opensuse.org>
Author: mcalmer
Date: Sun May 13 18:36:13 2012
New Revision: 2768
URL: http://svn.opensuse.org/viewcvs/limal?rev=2768&view=rev
Log:
fix autodoc installation
Modified:
limal-branches/mc-devel/limal-ca-mgm/doc/autodocs/Makefile.am
Modified: limal-branches/mc-devel/limal-ca-mgm/doc/autodocs/Makefile.am
URL:
http://svn.opensuse.org/viewcvs/limal/limal-branches/mc-devel/limal-ca-mgm/doc/autodocs/Makefile.am?rev=2768&r1=2767&r2=2768&view=diff
==============================================================================
--- limal-branches/mc-devel/limal-ca-mgm/doc/autodocs/Makefile.am (original)
+++ limal-branches/mc-devel/limal-ca-mgm/doc/autodocs/Makefile.am Sun May 13
18:36:13 2012
@@ -4,7 +4,7 @@
htmldir = $(docdir)/autodocs
-html_DATA = index.html $(wildcard *.html *.png *.css *.gif) @RPMNAME@.tag
+html_DATA = $(wildcard *.html *.png *.css *.gif) @RPMNAME@.tag
CLEANFILES = $(html_DATA) doxygen.log installdox *~
--
To unsubscribe, e-mail: limal-commit+unsubscribe@xxxxxxxxxxxx
For additional commands, e-mail: limal-commit+help@xxxxxxxxxxxx
Date: Sun May 13 18:36:13 2012
New Revision: 2768
URL: http://svn.opensuse.org/viewcvs/limal?rev=2768&view=rev
Log:
fix autodoc installation
Modified:
limal-branches/mc-devel/limal-ca-mgm/doc/autodocs/Makefile.am
Modified: limal-branches/mc-devel/limal-ca-mgm/doc/autodocs/Makefile.am
URL:
http://svn.opensuse.org/viewcvs/limal/limal-branches/mc-devel/limal-ca-mgm/doc/autodocs/Makefile.am?rev=2768&r1=2767&r2=2768&view=diff
==============================================================================
--- limal-branches/mc-devel/limal-ca-mgm/doc/autodocs/Makefile.am (original)
+++ limal-branches/mc-devel/limal-ca-mgm/doc/autodocs/Makefile.am Sun May 13
18:36:13 2012
@@ -4,7 +4,7 @@
htmldir = $(docdir)/autodocs
-html_DATA = index.html $(wildcard *.html *.png *.css *.gif) @RPMNAME@.tag
+html_DATA = $(wildcard *.html *.png *.css *.gif) @RPMNAME@.tag
CLEANFILES = $(html_DATA) doxygen.log installdox *~
--
To unsubscribe, e-mail: limal-commit+unsubscribe@xxxxxxxxxxxx
For additional commands, e-mail: limal-commit+help@xxxxxxxxxxxx
| < Previous | Next > |