diff --git a/Makefile b/Makefile index ffe7e04..f4fe988 100644 --- a/Makefile +++ b/Makefile @@ -21,8 +21,8 @@ clean: install: $(MAKE) clean; $(MAKE); - rm -rf /srv/http/build/; - cp -rT ./build /srv/http/build/; + rm -rf ${SRV_ROOT}build/; + cp -rT ./build ${SRV_ROOT}build/; cp -rT ./build/scripts/ ${SRV_ROOT}scripts/; cp -rT ./build/styles/ ${SRV_ROOT}styles/; - cp search.ini /srv/http/build/; + cp search.ini ${SRV_ROOT}build/; diff --git a/src/scripts/class.tag b/src/scripts/class.tag index cfb4f8c..cf4e64c 100644 --- a/src/scripts/class.tag +++ b/src/scripts/class.tag @@ -1,8 +1,8 @@
-
{ dept } { title }
-
{ prof }
-
{ sem }
+
{ dept } { title }
+
Taught by: { prof }
+
Running: { sem }