Author: pierre
Date: Mon Jan  4 09:57:08 2021
New Revision: 12082

Log:
Fix Makefile to build with the new LFS stylesheets layout

Modified:
   branches/editor-manual-git/Makefile

Modified: branches/editor-manual-git/Makefile
==============================================================================
--- branches/editor-manual-git/Makefile Mon Jan  4 09:14:29 2021        (r12081)
+++ branches/editor-manual-git/Makefile Mon Jan  4 09:57:08 2021        (r12082)
@@ -11,12 +11,12 @@
        if [ ! -e $(BASEDIR)/stylesheets ]; then \
          mkdir -p $(BASEDIR)/stylesheets; \
        fi;
-       cp stylesheets/*.css $(BASEDIR)/stylesheets
+       cp ../BOOK/stylesheets/lfs-xsl/*.css $(BASEDIR)/stylesheets
 
        if [ ! -e $(BASEDIR)/images ]; then \
          mkdir -p $(BASEDIR)/images; \
        fi;
-       cp $(XSLROOTDIR)/images/*.png \
+       cp ../BOOK/images/*.png \
          $(BASEDIR)/images
        cd $(BASEDIR)/; sed -i -e "s@../stylesheets@stylesheets@g" \
          *.html
-- 
http://lists.linuxfromscratch.org/listinfo/lfs-book
FAQ: http://www.linuxfromscratch.org/blfs/faq.html
Unsubscribe: See the above information page

Reply via email to