]> git.pld-linux.org Git - packages/libnjb.git/commitdiff
- fixed docs compilation
authorSÅ‚awomir Paszkiewicz <paszczus@pld-linux.org>
Fri, 5 May 2006 14:02:41 +0000 (14:02 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    libnjb-Makefile.patch -> 1.1

libnjb-Makefile.patch [new file with mode: 0644]

diff --git a/libnjb-Makefile.patch b/libnjb-Makefile.patch
new file mode 100644 (file)
index 0000000..efe8712
--- /dev/null
@@ -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@install-data-local:
+-@HAVE_DOXYGEN_TRUE@   $(INSTALL) -d $(DESTDIR)$(htmldocdir)
+-@HAVE_DOXYGEN_TRUE@   $(INSTALL_DATA) html/* $(DESTDIR)$(htmldocdir)
++@HAVE_DOXYGEN_TRUE@   $(INSTALL) -d $RPM_BUILD_ROOT$(DESTDIR)$(htmldocdir)
++@HAVE_DOXYGEN_TRUE@   $(INSTALL_DATA) html/* $RPM_BUILD_ROOT$(DESTDIR)$(htmldocdir)
+ @HAVE_DOXYGEN_TRUE@uninstall-local:
+ @HAVE_DOXYGEN_TRUE@   $(RM) -r $(DESTDIR)$(htmldocdir)
This page took 0.091491 seconds and 4 git commands to generate.