svn commit: r257063 - user/glebius/course

Hiren Panchasara hiren at FreeBSD.org
Thu Oct 24 16:42:48 UTC 2013


Author: hiren
Date: Thu Oct 24 16:42:48 2013
New Revision: 257063
URL: http://svnweb.freebsd.org/changeset/base/257063

Log:
  Adding a README
  
  Discussed with: glebius

Added:
  user/glebius/course/README

Added: user/glebius/course/README
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ user/glebius/course/README	Thu Oct 24 16:42:48 2013	(r257063)
@@ -0,0 +1,17 @@
+Ports needed for successful build:
+---------------------------------
+1) print/texlive-full - recommended as we have not yet figured out minimal set of
+ports needed to build successfully.
+2) print/pdfjam	- needed to generate a single combined course.pdf file.
+
+How to build:
+------------
+"make" builds all the individual chapters in side their respective directories
+as lection.pdf
+
+"make course" concatenates all individual chapter lection.pdf files into one
+course.pdf
+
+"make clean" deletes all temporary files.
+
+"make cleanall" deletes resulting pdf files in addition to all temporary files.


More information about the svn-src-user mailing list