SOURCES: libnjb-Makefile.patch (NEW) - fixed docs compilation

paszczus paszczus at pld-linux.org
Fri May 5 16:02:46 CEST 2006


Author: paszczus                     Date: Fri May  5 14:02:46 2006 GMT
Module: SOURCES                       Tag: HEAD
---- Log message:
- fixed docs compilation

---- Files affected:
SOURCES:
   libnjb-Makefile.patch (NONE -> 1.1)  (NEW)

---- Diffs:

================================================================
Index: SOURCES/libnjb-Makefile.patch
diff -u /dev/null SOURCES/libnjb-Makefile.patch:1.1
--- /dev/null	Fri May  5 16:02:46 2006
+++ SOURCES/libnjb-Makefile.patch	Fri May  5 16:02:41 2006
@@ -0,0 +1,13 @@
+--- libnjb-2.2.5/doc/Makefile.in	2006-01-29 20:43:51.000000000 +0100
++++ libnjb-2.2.5.new/doc/Makefile.in	2006-05-05 15:50:23.641943154 +0200
+@@ -338,8 +338,8 @@
+ @HAVE_DOXYGEN_TRUE@	doxygen
+ 
+ @HAVE_DOXYGEN_TRUE at install-data-local:
+- at HAVE_DOXYGEN_TRUE@	$(INSTALL) -d $(DESTDIR)$(htmldocdir)
+- at HAVE_DOXYGEN_TRUE@	$(INSTALL_DATA) html/* $(DESTDIR)$(htmldocdir)
++ at HAVE_DOXYGEN_TRUE@	$(INSTALL) -d $RPM_BUILD_ROOT$(DESTDIR)$(htmldocdir)
++ at HAVE_DOXYGEN_TRUE@	$(INSTALL_DATA) html/* $RPM_BUILD_ROOT$(DESTDIR)$(htmldocdir)
+ 
+ @HAVE_DOXYGEN_TRUE at uninstall-local:
+ @HAVE_DOXYGEN_TRUE@	$(RM) -r $(DESTDIR)$(htmldocdir)
================================================================


More information about the pld-cvs-commit mailing list