Skip to content
Snippets Groups Projects
Commit f4459ef9 authored by Vít Novotný's avatar Vít Novotný
Browse files

Added dummy `example/mu` Makefile, so that the CTAN archive is makeable.

parent 93389368
No related branches found
No related tags found
No related merge requests found
...@@ -116,6 +116,8 @@ $(CTANARCHIVE): $(SOURCES) $(MAKES) $(EXAMPLES) \ ...@@ -116,6 +116,8 @@ $(CTANARCHIVE): $(SOURCES) $(MAKES) $(EXAMPLES) \
DIR=`mktemp -d` && mkdir -p "$$DIR/fibeamer" && \ DIR=`mktemp -d` && mkdir -p "$$DIR/fibeamer" && \
cp --verbose $(TDSARCHIVE) "$$DIR" && \ cp --verbose $(TDSARCHIVE) "$$DIR" && \
cp --parents --verbose $^ "$$DIR/fibeamer" && \ cp --parents --verbose $^ "$$DIR/fibeamer" && \
printf '.PHONY: implode\nimplode:\n' > \
"$$DIR/fibeamer/example/mu/Makefile" && \
(cd "$$DIR" && zip -r -v -nw $@ *) && \ (cd "$$DIR" && zip -r -v -nw $@ *) && \
mv "$$DIR"/$@ . && rm -rf "$$DIR" mv "$$DIR"/$@ . && rm -rf "$$DIR"
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment