Skip to content
Snippets Groups Projects
Commit 41d416ee authored by Vít Novotný's avatar Vít Novotný
Browse files

Renamed `README` to `README.md`

parent 2cf2bff2
No related branches found
No related tags found
No related merge requests found
...@@ -34,7 +34,7 @@ MISCELLANEOUS=guide/mu/guide.bib \ ...@@ -34,7 +34,7 @@ MISCELLANEOUS=guide/mu/guide.bib \
guide/mu/resources/vader.pdf guide/mu/resources/yoda.pdf \ guide/mu/resources/vader.pdf guide/mu/resources/yoda.pdf \
$(USEREXAMPLES:.pdf=.tex) \ $(USEREXAMPLES:.pdf=.tex) \
example/mu/resources/jabberwocky-dark.pdf \ example/mu/resources/jabberwocky-dark.pdf \
example/mu/resources/jabberwocky-light.pdf example/mu/resources/jabberwocky-light.pdf README.md
RESOURCES=$(THEMEFILES) $(LOGOS) RESOURCES=$(THEMEFILES) $(LOGOS)
SOURCES=$(DTXFILES) $(INSFILES) LICENSE.tex SOURCES=$(DTXFILES) $(INSFILES) LICENSE.tex
AUXFILES=fibeamer.aux fibeamer.log fibeamer.toc fibeamer.ind \ AUXFILES=fibeamer.aux fibeamer.log fibeamer.toc fibeamer.ind \
...@@ -46,7 +46,7 @@ GUIDES=guide/mu/econ.pdf guide/mu/fi.pdf guide/mu/fsps.pdf \ ...@@ -46,7 +46,7 @@ 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/fss.pdf guide/mu/law.pdf guide/mu/med.pdf \
guide/mu/ped.pdf guide/mu/phil.pdf guide/mu/sci.pdf guide/mu/ped.pdf guide/mu/phil.pdf guide/mu/sci.pdf
PDFS=$(MANUAL) $(GUIDES) $(USEREXAMPLES) PDFS=$(MANUAL) $(GUIDES) $(USEREXAMPLES)
DOCS=$(MANUAL) $(GUIDES) README DOCS=$(MANUAL) $(GUIDES)
VERSION=VERSION.tex VERSION=VERSION.tex
TDSARCHIVE=fibeamer.tds.zip TDSARCHIVE=fibeamer.tds.zip
CTANARCHIVE=fibeamer.ctan.zip CTANARCHIVE=fibeamer.ctan.zip
......
...@@ -25,9 +25,10 @@ guide files within the `guide/` subdirectory. ...@@ -25,9 +25,10 @@ guide files within the `guide/` subdirectory.
To begin the installation, execute the following command from within To begin the installation, execute the following command from within
the current directory: the current directory:
make complete install to=[[TDS]] nohash=true make complete
make install to=[[TDS]] nohash=true
and replace [[TDS]] with a path to the TeX directory structure into and replace `[[TDS]]` with a path to the TeX directory structure into
which you want to install the package (such as `/usr/share/texmf`). which you want to install the package (such as `/usr/share/texmf`).
If necessary, update the file name database of your TeX If necessary, update the file name database of your TeX
distribution: distribution:
...@@ -51,9 +52,9 @@ distribution: ...@@ -51,9 +52,9 @@ distribution:
To uninstall the package, execute the following command from within To uninstall the package, execute the following command from within
the current directory: the current directory:
make uninstall from=[[TDS]] nohash=true make uninstall from=[[TDS]] nohash=true
and replace [[TDS]] with a path to the TeX directory structure into and replace `[[TDS]]` with a path to the TeX directory structure into
which you want to install the package (such as `/usr/share/texmf`). which you want to install the package (such as `/usr/share/texmf`).
If necessary, update the file name database of your TeX If necessary, update the file name database of your TeX
distribution. distribution.
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment