diff options
-rw-r--r-- | ChangeLog | 5 | ||||
-rw-r--r-- | Makefile.am | 5 | ||||
-rw-r--r-- | Makefile.in | 5 |
3 files changed, 7 insertions, 8 deletions
@@ -1,3 +1,8 @@ +2005-08-25 Frank Ch. Eigler <fche@redhat.com> + + * Makefile.am (docs): Removed target. + * Makefile.in: Regenerated. + 2005-08-25 Roland McGrath <roland@redhat.com> * Makefile.am (EXTRA_DIST): Remove directory from wildcard file names. diff --git a/Makefile.am b/Makefile.am index 465c3629..714f051a 100644 --- a/Makefile.am +++ b/Makefile.am @@ -79,10 +79,7 @@ gcov: @rm -f `ls -1 *.gcov | fgrep -v .cxx.gcov` ls -l *.cxx.gcov -docs: runtime/Doxyfile - cd runtime && doxygen Doxyfile - -rpm: dist docs +rpm: dist rpmbuild -ta ${PACKAGE_TARNAME}-${PACKAGE_VERSION}.tar.gz clean-local: diff --git a/Makefile.in b/Makefile.in index 8977d1bc..3e51f6d4 100644 --- a/Makefile.in +++ b/Makefile.in @@ -927,10 +927,7 @@ gcov: @rm -f `ls -1 *.gcov | fgrep -v .cxx.gcov` ls -l *.cxx.gcov -docs: runtime/Doxyfile - cd runtime && doxygen Doxyfile - -rpm: dist docs +rpm: dist rpmbuild -ta ${PACKAGE_TARNAME}-${PACKAGE_VERSION}.tar.gz clean-local: |