diff options
author | jao <jao@oblong.net> | 2009-05-09 00:49:53 +0200 |
---|---|---|
committer | jao <jao@oblong.net> | 2009-05-09 00:49:53 +0200 |
commit | b2dc70474333811c4754da48bc40d052f4213dd8 (patch) | |
tree | d9b1691b8201000edac91febe587aef1e5597423 /Makefile.sample | |
parent | ef9a55314304f6a4eb756542304b3d20ffd91e46 (diff) | |
download | nowebmk-b2dc70474333811c4754da48bc40d052f4213dd8.tar.gz nowebmk-b2dc70474333811c4754da48bc40d052f4213dd8.tar.bz2 |
Sample files in their own folder.
Diffstat (limited to 'Makefile.sample')
-rw-r--r-- | Makefile.sample | 53 |
1 files changed, 0 insertions, 53 deletions
diff --git a/Makefile.sample b/Makefile.sample deleted file mode 100644 index da14ca9..0000000 --- a/Makefile.sample +++ /dev/null @@ -1,53 +0,0 @@ -# Author: Jose A Ortega Ruiz <jao@member.fsf.org> -# Start date: Mon Jan 06, 2003 01:15 -# -# Copyright (C) 2003, 2009 by Jose Antonio Ortega Ruiz -# -# This program is free software; you can redistribute it and/or modify -# it under the terms of the GNU General Public License as published by -# the Free Software Foundation; either version 2 of the License, or -# (at your option) any later version. -# -# This program is distributed in the hope that it will be useful, -# but WITHOUT ANY WARRANTY; without even the implied warranty of -# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the -# GNU General Public License for more details. -# -# You should have received a copy of the GNU General Public License -# along with this program; if not, write to the Free Software -# Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. -# - -# document languages (comma separated) -# NW_LANGUAGES = spanish - -# The name of the main tex file to be created -# NW_MAIN = main - -# File containing the main tex file contents (included nw files loaded with -# \input) -# NW_CONTENTS = contents.tex - -# The document class for the main tex file -# NW_DOCUMENT_CLASS ?= report - -# Files \input in the main file before noweb ones (listed in NW_CONTENTS) -NW_PRE_TEX = intro.tex -# Files \input in the main file after noweb ones (listed in NW_CONTENTS) -NW_POST_TEX = index.tex - -# List of dirs to recurse into -NW_SUBDIRS = . - -# Line format flag to noweb -# NW_LINEFORMAT = -L"\# %L \"%F\" %N" -NW_LINEFORMAT = - -# Location of noweb.mk -NW_MAKEFILE = noweb.mk - -include $(NW_MAKEFILE) - -# Your all target here. noweb.mk provides: tangle, weave, dvi, html, clean -all: tangle weave - |