diff --git a/manual/Makefile b/manual/Makefile index 8e25b91c..f840145f 100644 --- a/manual/Makefile +++ b/manual/Makefile @@ -17,5 +17,8 @@ all: $(MANUAL_PDF_FILES) freedoom-manual-%.pdf: freedoom-manual-%.adoc -asciidoctor-pdf $(ASCIIDOCTOR_FLAGS) $< -o $@ +cover.pdf: cover/cover.svg cover/serpentipede.png cover/minigunner.png + inkscape -o $@ $< + clean: $(RM) $(MANUAL_PDF_FILES) diff --git a/manual/cover/cover.svg b/manual/cover/cover.svg new file mode 100644 index 00000000..b1b36233 --- /dev/null +++ b/manual/cover/cover.svg @@ -0,0 +1,134 @@ + + + +Freedoom ManualFreedoom is an open-content First-Person Shooter (FPS) game that is Free and Open Source Software. Developed by volunteers since 2001, Freedoom is made available under the 3-clause BSD license. + +This manual gives a wealth of information, including how to play the game, strategy, tips and tricks and more. + diff --git a/manual/cover/minigunner.png b/manual/cover/minigunner.png new file mode 100644 index 00000000..4aded5a6 Binary files /dev/null and b/manual/cover/minigunner.png differ diff --git a/manual/cover/serpentipede.png b/manual/cover/serpentipede.png new file mode 100644 index 00000000..1c9c470c Binary files /dev/null and b/manual/cover/serpentipede.png differ