summaryrefslogtreecommitdiffhomepage
path: root/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile4
1 files changed, 3 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index c0857a9..27c27f2 100644
--- a/Makefile
+++ b/Makefile
@@ -1,6 +1,6 @@
# File: Makefile
# Author: Amlal El Mahrouss
-# Purpose: Generate HTML papers from LaTex documents.
+# Purpose: Generate HTML and PDF papers from LaTex documents.
PDFTEX := pdflatex
HTTEX := htlatex
@@ -18,3 +18,5 @@ html-wg01:
html-wg02:
$(HTTEX) source/wg02/wg02.tex
$(PDFTEX) source/wg02/wg02.tex
+
+