Unverified Commit 4791f183 authored by xvrabcov's avatar xvrabcov Committed by GitHub
Browse files

Merge pull request #32 from xvrabcov/feature/bye-guide

Removed guides from makefile and their mentions
parents b0557438 d15eabd4
Loading
Loading
Loading
Loading
+13 −22
Original line number Diff line number Diff line
SUBMAKES_REQUIRED=logo/mu locale style style/mu
SUBMAKES_EXTRA=guide/mu example/mu
SUBMAKES_EXTRA=example/mu
SUBMAKES_TEST=test test/mu/blind test/mu/compare \
	test/mu/compare-example
SUBMAKES=$(SUBMAKES_REQUIRED) $(SUBMAKES_EXTRA) $(SUBMAKES_TEST)
@@ -19,8 +19,7 @@ INSFILES=*.ins locale/czech.ins locale/english.ins \
TESTS=test/*.tex test/mu/compare/*.pdf test/mu/compare/*.tex \
	test/mu/compare-example/*.pdf test/mu/comparepdf.sh \
	test/mu/update-tests.sh
MAKES=guide/mu/Makefile guide/mu/resources/Makefile \
	locale/Makefile	logo/mu/Makefile Makefile style/Makefile \
MAKES=locale/Makefile logo/mu/Makefile Makefile style/Makefile \
	style/mu/Makefile test/Makefile test/mu/blind/Makefile \
	test/mu/compare/Makefile test/mu/compare-example/Makefile
USEREXAMPLE_SOURCES=example/mu/Makefile example/mu/example.dtx \
@@ -37,9 +36,7 @@ USEREXAMPLES=example/mu/econ-lualatex.pdf \
	example/mu/phil-pdflatex.pdf example/mu/sci-lualatex.pdf \
	example/mu/sci-pdflatex.pdf example/mu/pharm-lualatex.pdf \
	example/mu/pharm-pdflatex.pdf
DEVEXAMPLES=guide/EXAMPLE/DESCRIPTION guide/mu/DESCRIPTION \
	guide/mu/resources/DESCRIPTION guide/DESCRIPTION \
	locale/DESCRIPTION locale/EXAMPLE.dtx locale/EXAMPLE.ins \
DEVEXAMPLES=locale/DESCRIPTION locale/EXAMPLE.dtx locale/EXAMPLE.ins \
	logo/EXAMPLE/DESCRIPTION logo/mu/DESCRIPTION \
	logo/DESCRIPTION style/EXAMPLE/DESCRIPTION style/mu/DESCRIPTION \
	style/DESCRIPTION test/DESCRIPTION test/EXAMPLE/DESCRIPTION \
@@ -48,10 +45,8 @@ DEVEXAMPLES=guide/EXAMPLE/DESCRIPTION guide/mu/DESCRIPTION \
	example/EXAMPLE/DESCRIPTION example/mu/DESCRIPTION \
	example/DESCRIPTION
EXAMPLES=$(USEREXAMPLES) $(DEVEXAMPLES)
MISCELLANEOUS=guide/mu/resources/empty.tex guide/mu/guide.bib \
	guide/mu/guide.dtx guide/mu/*.ins guide/mu/resources/cog.pdf \
	guide/mu/resources/vader.pdf guide/mu/resources/yoda.pdf \
	example/mu/example.bib $(USEREXAMPLES:.pdf=.tex) README.md
MISCELLANEOUS=example/mu/example.bib $(USEREXAMPLES:.pdf=.tex) \
	README.md
RESOURCES=$(STYLEFILES) $(LOGOS) $(LOCALES)
SOURCES=$(DTXFILES) $(INSFILES) LICENSE.tex VERSION.tex
AUXFILES=fithesis.aux fithesis.log fithesis.toc fithesis.ind \
@@ -59,11 +54,8 @@ AUXFILES=fithesis.aux fithesis.log fithesis.toc fithesis.ind \
	fithesis.glo fithesis.hd fithesis.lot
MANUAL=fithesis.pdf
PDFSOURCES=fithesis.dtx
GUIDES=guide/mu/econ.pdf guide/mu/fi.pdf guide/mu/fsps.pdf \
	guide/mu/fss.pdf guide/mu/law.pdf guide/mu/med.pdf \
	guide/mu/ped.pdf guide/mu/phil.pdf guide/mu/sci.pdf
PDFS=$(MANUAL) $(GUIDES) $(USEREXAMPLES)
DOCS=$(MANUAL) $(GUIDES)
PDFS=$(MANUAL) $(USEREXAMPLES)
DOCS=$(MANUAL)
MAKEABLES=$(PDFS) $(CLASSFILES) $(VERSION)
TDSARCHIVE=fithesis.tds.zip
CTANARCHIVE=fithesis.ctan.zip
@@ -82,12 +74,11 @@ base: $(SUBMAKES_REQUIRED)
	make $(CLASSFILES)

# This pseudo-target creates the class files and typesets the
# technical documentation, the user guides, and the user examples.
# technical documentation and the user examples.
complete: base
	make $(PDFS) clean

# This pseudo-target typesets the technical documentation and the
# user guides.
# This pseudo-target typesets the technical documentation.
docs:
	make $(DOCS) clean

@@ -106,8 +97,8 @@ dist: dist-implode complete
$(CLASSFILES): fithesis.ins fithesis.dtx
	xetex $<

# This target typesets the guides and user examples.
$(GUIDES) $(USEREXAMPLES): $(CLASSFILES) $(RESOURCES)
# This target typesets the user examples.
$(USEREXAMPLES): $(CLASSFILES) $(RESOURCES)
	make -BC $(dir $@)

# This target typesets the technical documentation.
@@ -145,7 +136,7 @@ $(CTANARCHIVE): $(LOGOS) $(SOURCES) $(DOCS) README.md
	mv "$$DIR"/$@ . && rm -rf "$$DIR"

# This pseudo-target installs the class, locale, style, and logo
# files - as well as the technical documentation and user guides -
# files - as well as the technical documentation -
# into the TeX directory structure, whose root directory is
# specified within the "to" argument. Specify "nohash=true", if you
# wish to forgo the reindexing of the package database.
@@ -194,7 +185,7 @@ install-docs:


# This pseudo-target uninstalls the class, locale, style, and logo
# files - as well as the technical documentation and user guides -
# files - as well as the technical documentation -
# from the TeX directory structure, whose root directory is
# specified within the "from" argument. Specify "nohash=true", if
# you wish to forgo the reindexing of the package database.
+1 −2
Original line number Diff line number Diff line
@@ -16,8 +16,7 @@ environment as well as the following tools:
Aside from these tools, the installation requires a correctly
configured TeX distribution containing the pdfTeX, XeTeX and LuaTeX
engines as well as the LaTeX packages required for the typesetting
of the technical documentation within the `fithesis.dtx` file and
the guide files within the `guide/` subdirectory.
of the technical documentation within the `fithesis.dtx`.

For running the test suite using the `make tests` command, the
following tools are also required:
+0 −28
Original line number Diff line number Diff line
@@ -27,34 +27,6 @@
           %% with `nolof` to hide the List of Figures.
  lot,     %% The `lot` option prints the List of Tables. Replace
           %% with `nolot` to hide the List of Tables.
  %% More options are listed in the user guide at
%<*econ>
  %% <http://mirrors.ctan.org/macros/latex/contrib/fithesis/guide/mu/econ.pdf>.
%</econ>
%<*fi>
  %% <http://mirrors.ctan.org/macros/latex/contrib/fithesis/guide/mu/fi.pdf>.
%</fi>
%<*fsps>
  %% <http://mirrors.ctan.org/macros/latex/contrib/fithesis/guide/mu/fsps.pdf>.
%</fsps>
%<*fss>
  %% <http://mirrors.ctan.org/macros/latex/contrib/fithesis/guide/mu/fss.pdf>.
%</fss>
%<*law>
  %% <http://mirrors.ctan.org/macros/latex/contrib/fithesis/guide/mu/law.pdf>.
%</law>
%<*med>
  %% <http://mirrors.ctan.org/macros/latex/contrib/fithesis/guide/mu/med.pdf>.
%</med>
%<*ped>
  %% <http://mirrors.ctan.org/macros/latex/contrib/fithesis/guide/mu/ped.pdf>.
%</ped>
%<*phil>
  %% <http://mirrors.ctan.org/macros/latex/contrib/fithesis/guide/mu/phil.pdf>.
%</phil>
%<*sci>
  %% <http://mirrors.ctan.org/macros/latex/contrib/fithesis/guide/mu/sci.pdf>.
%</sci>
]{fithesis4}
%% The following section sets up the locales used in the thesis.
%<*pdftex>
+1 −4
Original line number Diff line number Diff line
@@ -427,10 +427,7 @@
% \noindent This document details the design and the implementation
% of the \textsf{fithesis4} document class. It contains technical
% information for anyone who wishes to extend the class with their
% locale or style files. Users who only wish to use the class are
% advised to consult the guides distributed along with the class,
% which only document the parts of the public API relevant to the
% given style files.
% locale or style files.
% \end{abstract}
%
% \tableofcontents

guide/DESCRIPTION

deleted100644 → 0
+0 −2
Original line number Diff line number Diff line
This directory can contain subdirectories with the user guides of
various universities.
Loading