diff options
author | Ralf Corsépius <corsepiu@fedoraproject.org> | 2007-10-24 18:26:07 +0200 |
---|---|---|
committer | Ralf Corsépius <corsepiu@fedoraproject.org> | 2007-10-24 18:26:07 +0200 |
commit | d46dd7352f673643396c060d49af055af7592a0a (patch) | |
tree | 0efb2aef8704f4939aa62190e63ea3dc5bb0e7cd /Makefile.am | |
parent | 462b0dbca01836d9a6f7112a014f0e16c54e7ad0 (diff) | |
download | librpm-tizen-d46dd7352f673643396c060d49af055af7592a0a.tar.gz librpm-tizen-d46dd7352f673643396c060d49af055af7592a0a.tar.bz2 librpm-tizen-d46dd7352f673643396c060d49af055af7592a0a.zip |
Minor fixes to generation of hacking
Diffstat (limited to 'Makefile.am')
-rw-r--r-- | Makefile.am | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/Makefile.am b/Makefile.am index 38443c532..17b4cbb78 100644 --- a/Makefile.am +++ b/Makefile.am @@ -336,11 +336,11 @@ unsetgid: if APIDOCS if DOXYGEN doc/hacking.doxy: doc/hacking.doxy.in doc/hacking/Doxyheader Makefile.am - $(SED) -e "s,[@]pkginclude_HEADERS[@],$$files," \ + $(SED) \ -e "s,\@top_srcdir\@/,$(top_srcdir)/,g" \ -e "s,[@]HAVE_DOT[@],$(HAVE_DOT)," \ - -e "s,[@]PACKAGE[@],$(PACKAGE)," \ - -e "s,[@]VERSION[@],$(VERSION)," \ + -e "s,[@]PACKAGE[@],$(PACKAGE)," \ + -e "s,[@]VERSION[@],$(VERSION)," \ < $(top_srcdir)/doc/hacking.doxy.in > doc/hacking.doxy doc/hacking/html/index.html: doc/hacking.doxy rpmpopt-@VERSION@ |