|
@@ -24,12 +24,13 @@ lfs: validate profile-html
|
|
mkdir -p $(BASEDIR)/stylesheets; \
|
|
mkdir -p $(BASEDIR)/stylesheets; \
|
|
fi;
|
|
fi;
|
|
$(Q)cp stylesheets/lfs-xsl/*.css $(BASEDIR)/stylesheets
|
|
$(Q)cp stylesheets/lfs-xsl/*.css $(BASEDIR)/stylesheets
|
|
|
|
+ $(Q)pushd $(BASEDIR)/; sed -i -e "s@../stylesheets@stylesheets@g" *.html; popd
|
|
|
|
+
|
|
$(Q)if [ ! -e $(BASEDIR)/images ]; then \
|
|
$(Q)if [ ! -e $(BASEDIR)/images ]; then \
|
|
mkdir -p $(BASEDIR)/images; \
|
|
mkdir -p $(BASEDIR)/images; \
|
|
fi;
|
|
fi;
|
|
$(Q)cp images/*.png $(BASEDIR)/images
|
|
$(Q)cp images/*.png $(BASEDIR)/images
|
|
- $(Q)cd $(BASEDIR)/; sed -i -e "s@../stylesheets@stylesheets@g" *.html
|
|
|
|
-# $(Q)cd $(BASEDIR)/; sed -i -e "s@../images@images@g" *.html
|
|
|
|
|
|
+# $(Q)pushd $(BASEDIR)/; sed -i -e "s@../images@images@g" *.html; popd
|
|
|
|
|
|
@echo "Running Tidy and obfuscate.sh..."
|
|
@echo "Running Tidy and obfuscate.sh..."
|
|
$(Q)for filename in `find $(BASEDIR) -name "*.html"`; do \
|
|
$(Q)for filename in `find $(BASEDIR) -name "*.html"`; do \
|