29 lines
713 B
Diff
29 lines
713 B
Diff
--- wbxml2-0.9.2/Makefile.am.no-doc 2006-07-11 13:47:43.000000000 +0200
|
|
+++ wbxml2-0.9.2/Makefile.am 2006-11-24 17:35:47.000000000 +0100
|
|
@@ -8,26 +8,6 @@
|
|
pkgconfigdir=$(libdir)/pkgconfig
|
|
pkgconfig_DATA = libwbxml2.pc
|
|
|
|
-wbxmldocdir = ${prefix}/share/doc/wbxml2-${VERSION}
|
|
-wbxmldoc_DATA = \
|
|
- AUTHORS\
|
|
- bootstrap\
|
|
- BUGS\
|
|
- ChangeLog\
|
|
- COPYING\
|
|
- GNU-LGPL\
|
|
- INSTALL\
|
|
- NEWS\
|
|
- README\
|
|
- References\
|
|
- THANKS\
|
|
- TODO\
|
|
- doxygen.h
|
|
-
|
|
-install-data-local:
|
|
- $(mkinstalldirs) $(DESTDIR)$(wbxmldocdir)/manual
|
|
- cp -Rp doc/* $(DESTDIR)$(wbxmldocdir)/manual
|
|
-
|
|
dist-bz2: distdir
|
|
sed -e "s/tar.gz/tar.bz2/g" $(distdir)/wbxml2.spec > $(distdir)/wbxml2.spec.aux
|
|
mv $(distdir)/wbxml2.spec.aux $(distdir)/wbxml2.spec
|