draining just to be sure for CTAN distribution

This commit is contained in:
Michael Kohlhase 2016-12-15 12:25:55 +01:00
parent 6b15d1b608
commit 5b8a8a37e3
23 changed files with 25 additions and 24 deletions

View File

@ -18,7 +18,9 @@ package doc:
# CTAN submission # CTAN submission
######################################################################## ########################################################################
# #
# For CTAN submission just run "make ctan". This creates the file # For CTAN submission just run "make ctan".
# This creates the file proposal.ctan.zip which can then be submitted to
# http://ctan.org/upload directly.
# #
# Directories that should be copied into top-level directories # Directories that should be copied into top-level directories
# - source (the *.dtx and *.ins files), # - source (the *.dtx and *.ins files),
@ -35,6 +37,5 @@ filedate checksum enablechecksum disablechecksum:
GITURI = git@github.com:KWARC/LaTeX-proposal.git GITURI = git@github.com:KWARC/LaTeX-proposal.git
TDS.src = TDS.src =
TDS.src =
TDS.readme = README.ctan TDS.readme = README.ctan
include lib/Makefile.ctan include lib/Makefile.ctan

View File

@ -7,7 +7,7 @@
%% proposal.dtx (with options: `pdata') %% proposal.dtx (with options: `pdata')
%% %%
\NeedsTeXFormat{LaTeX2e}[1999/12/01] \NeedsTeXFormat{LaTeX2e}[1999/12/01]
\ProvidesPackage{pdata}[2016/10/26 v1.6 Project Data] \ProvidesPackage{pdata}[2016/11/24 v1.6 Project Data]
\RequirePackage{workaddress}[2016/07/06] \RequirePackage{workaddress}[2016/07/06]
\RequirePackage{eurosym} \RequirePackage{eurosym}
\newif\if@sites\@sitesfalse\let\prop@gen@sites=\relax% \newif\if@sites\@sitesfalse\let\prop@gen@sites=\relax%

View File

@ -7,7 +7,7 @@
%% proposal.dtx (with options: `cls') %% proposal.dtx (with options: `cls')
%% %%
\NeedsTeXFormat{LaTeX2e}[1999/12/01] \NeedsTeXFormat{LaTeX2e}[1999/12/01]
\ProvidesClass{proposal}[2016/10/26 v1.6 Project Proposal] \ProvidesClass{proposal}[2016/11/24 v1.6 Project Proposal]
\newif\if@wpsubsection\@wpsubsectionfalse \newif\if@wpsubsection\@wpsubsectionfalse
\newif\ifsubmit\submitfalse \newif\ifsubmit\submitfalse
\newif\ifgrantagreement\grantagreementfalse \newif\ifgrantagreement\grantagreementfalse

View File

@ -13,10 +13,10 @@
% %
% \iffalse % \iffalse
%<cls|sty|pdata|reporting>\NeedsTeXFormat{LaTeX2e}[1999/12/01] %<cls|sty|pdata|reporting>\NeedsTeXFormat{LaTeX2e}[1999/12/01]
%<cls>\ProvidesClass{proposal}[2016/11/24 v1.6 Project Proposal] %<cls>\ProvidesClass{proposal}[2016/12/15 v1.6 Project Proposal]
%<sty>\ProvidesPackage{proposal}[2016/11/24 v1.6 Project Proposal] %<sty>\ProvidesPackage{proposal}[2016/12/15 v1.6 Project Proposal]
%<pdata>\ProvidesPackage{pdata}[2016/11/24 v1.6 Project Data] %<pdata>\ProvidesPackage{pdata}[2016/12/15 v1.6 Project Data]
%<reporting>\ProvidesPackage{reporting}[2016/11/24 v1.6 Project Reporting] %<reporting>\ProvidesPackage{reporting}[2016/12/15 v1.6 Project Reporting]
%<*driver> %<*driver>
\documentclass{ltxdoc} \documentclass{ltxdoc}
\DoNotIndex{\def,\long,\edef,\xdef,\gdef,\let,\global} \DoNotIndex{\def,\long,\edef,\xdef,\gdef,\let,\global}

Binary file not shown.

View File

@ -7,7 +7,7 @@
%% proposal.dtx (with options: `sty') %% proposal.dtx (with options: `sty')
%% %%
\NeedsTeXFormat{LaTeX2e}[1999/12/01] \NeedsTeXFormat{LaTeX2e}[1999/12/01]
\ProvidesPackage{proposal}[2016/10/26 v1.6 Project Proposal] \ProvidesPackage{proposal}[2016/11/24 v1.6 Project Proposal]
\RequirePackage{amssymb} \RequirePackage{amssymb}
\RequirePackage{wasysym} \RequirePackage{wasysym}
\RequirePackage{url} \RequirePackage{url}

View File

@ -7,7 +7,7 @@
%% proposal.dtx (with options: `reporting') %% proposal.dtx (with options: `reporting')
%% %%
\NeedsTeXFormat{LaTeX2e}[1999/12/01] \NeedsTeXFormat{LaTeX2e}[1999/12/01]
\ProvidesPackage{reporting}[2016/10/26 v1.6 Project Reporting] \ProvidesPackage{reporting}[2016/11/24 v1.6 Project Reporting]
\newif\if@wpsubsection\@wpsubsectionfalse \newif\if@wpsubsection\@wpsubsectionfalse
\newif\ifsubmit\submitfalse \newif\ifsubmit\submitfalse
\newif\ifgrantagreement\grantagreementfalse \newif\ifgrantagreement\grantagreementfalse

View File

@ -4,7 +4,7 @@ TDSCOLL = proposal
DTX.cls.base = dfgproposal DTX.cls.base = dfgproposal
DTX = dfgproposal.dtx DTX = dfgproposal.dtx
TDS.tex = dfgreporting.cls dfgpdata.sty TDS.tex = dfgreporting.cls dfgpdata.sty
TDS.exdirs = examples/proposal examples/report TDS.exdirs = examples/proposal examples/report examples/lib
CTAN = $(TDS.tex) CTAN = $(TDS.tex)
EXDIRS = examples EXDIRS = examples

View File

@ -7,7 +7,7 @@
%% dfgproposal.dtx (with options: `pdata') %% dfgproposal.dtx (with options: `pdata')
%% %%
\NeedsTeXFormat{LaTeX2e}[1999/12/01] \NeedsTeXFormat{LaTeX2e}[1999/12/01]
\ProvidesPackage{dfgpdata}[2016/04/15 v1.4 DFG Project Data] \ProvidesPackage{dfgpdata}[2016/11/24 v1.4 DFG Project Data]
\newif\ifdeutsch\deutschfalse \newif\ifdeutsch\deutschfalse
\DeclareOption{german}{\deutschtrue\message{Deutscher Antrag}} \DeclareOption{german}{\deutschtrue\message{Deutscher Antrag}}
\ProcessOptions \ProcessOptions

View File

@ -7,7 +7,7 @@
%% dfgproposal.dtx (with options: `cls') %% dfgproposal.dtx (with options: `cls')
%% %%
\NeedsTeXFormat{LaTeX2e}[1999/12/01] \NeedsTeXFormat{LaTeX2e}[1999/12/01]
\ProvidesClass{dfgproposal}[2016/04/15 v1.4 DFG Proposal] \ProvidesClass{dfgproposal}[2016/11/24 v1.4 DFG Proposal]
\newif\ifgeneral\generalfalse \newif\ifgeneral\generalfalse
\DeclareOption{general}{\generaltrue} \DeclareOption{general}{\generaltrue}
\DeclareOption{german}{\PassOptionsToPackage{\CurrentOption}{dfgpdata}} \DeclareOption{german}{\PassOptionsToPackage{\CurrentOption}{dfgpdata}}

View File

@ -13,9 +13,9 @@
% %
% \iffalse % \iffalse
%<cls|pdata|reporting>\NeedsTeXFormat{LaTeX2e}[1999/12/01] %<cls|pdata|reporting>\NeedsTeXFormat{LaTeX2e}[1999/12/01]
%<cls>\ProvidesClass{dfgproposal}[2016/11/24 v1.4 DFG Proposal] %<cls>\ProvidesClass{dfgproposal}[2016/12/15 v1.4 DFG Proposal]
%<pdata>\ProvidesPackage{dfgpdata}[2016/11/24 v1.4 DFG Project Data] %<pdata>\ProvidesPackage{dfgpdata}[2016/12/15 v1.4 DFG Project Data]
%<reporting>\ProvidesPackage{dfgreporting}[2016/11/24 v1.4 DFG Project Reporting] %<reporting>\ProvidesPackage{dfgreporting}[2016/12/15 v1.4 DFG Project Reporting]
%<*driver> %<*driver>
\documentclass[twoside]{ltxdoc} \documentclass[twoside]{ltxdoc}
\DoNotIndex{\def,\long,\edef,\xdef,\gdef,\let,\global} \DoNotIndex{\def,\long,\edef,\xdef,\gdef,\let,\global}

Binary file not shown.

View File

@ -7,7 +7,7 @@
%% dfgproposal.dtx (with options: `reporting') %% dfgproposal.dtx (with options: `reporting')
%% %%
\NeedsTeXFormat{LaTeX2e}[1999/12/01] \NeedsTeXFormat{LaTeX2e}[1999/12/01]
\ProvidesPackage{dfgreporting}[2016/04/15 v1.4 DFG Project Reporting] \ProvidesPackage{dfgreporting}[2016/11/24 v1.4 DFG Project Reporting]
\DeclareOption{german}{\PassOptionsToPackage{\CurrentOption}{dfgpdata}} \DeclareOption{german}{\PassOptionsToPackage{\CurrentOption}{dfgpdata}}
\DeclareOption*{\PassOptionsToClass{\CurrentOption}{reporting}} \DeclareOption*{\PassOptionsToClass{\CurrentOption}{reporting}}
\ProcessOptions \ProcessOptions

Binary file not shown.

Binary file not shown.

View File

@ -4,7 +4,7 @@ TDSCOLL = proposal
DTX.cls.base = euproposal DTX.cls.base = euproposal
DTX = euproposal.dtx DTX = euproposal.dtx
TDS.tex = eureporting.cls eupdata.sty TDS.tex = eureporting.cls eupdata.sty
TDS.exdirs = examples/strep TDS.exdirs = examples/strep examples/lib
EXDIRS = examples EXDIRS = examples
all: package doc all: package doc

View File

@ -7,7 +7,7 @@
%% euproposal.dtx (with options: `pdata') %% euproposal.dtx (with options: `pdata')
%% %%
\NeedsTeXFormat{LaTeX2e}[1999/12/01] \NeedsTeXFormat{LaTeX2e}[1999/12/01]
\ProvidesPackage{eupdata}[2016/04/15 v1.5 EU Project Data] \ProvidesPackage{eupdata}[2016/07/06 v1.5 EU Project Data]
\define@key{prop@gen}{coordinator}{\def\prop@gen@coordinator{#1}\pdata@def{prop}{gen}{coordinator}{#1}} \define@key{prop@gen}{coordinator}{\def\prop@gen@coordinator{#1}\pdata@def{prop}{gen}{coordinator}{#1}}
\define@key{prop@gen}{coordinatorsite}{\def\prop@gen@coordinatorsite{#1}\pdata@def{prop}{gen}{coordinator}{#1}} \define@key{prop@gen}{coordinatorsite}{\def\prop@gen@coordinatorsite{#1}\pdata@def{prop}{gen}{coordinator}{#1}}

View File

@ -7,7 +7,7 @@
%% euproposal.dtx (with options: `cls') %% euproposal.dtx (with options: `cls')
%% %%
\NeedsTeXFormat{LaTeX2e}[1999/12/01] \NeedsTeXFormat{LaTeX2e}[1999/12/01]
\ProvidesClass{euproposal}[2016/04/15 v1.5 EU Proposal] \ProvidesClass{euproposal}[2016/07/06 v1.5 EU Proposal]
\newif\ifpartB\partBfalse \newif\ifpartB\partBfalse
\DeclareOption{partB}{\partBtrue} \DeclareOption{partB}{\partBtrue}

View File

@ -13,9 +13,9 @@
% %
% \iffalse % \iffalse
%<cls|pdata|reporting>\NeedsTeXFormat{LaTeX2e}[1999/12/01] %<cls|pdata|reporting>\NeedsTeXFormat{LaTeX2e}[1999/12/01]
%<cls>\ProvidesClass{euproposal}[2016/07/06 v1.5 EU Proposal] %<cls>\ProvidesClass{euproposal}[2016/12/15 v1.5 EU Proposal]
%<pdata>\ProvidesPackage{eupdata}[2016/07/06 v1.5 EU Project Data] %<pdata>\ProvidesPackage{eupdata}[2016/12/15 v1.5 EU Project Data]
%<reporting>\ProvidesPackage{eureporting}[2016/07/06 v1.5 EU Project Reporting] %<reporting>\ProvidesPackage{eureporting}[2016/12/15 v1.5 EU Project Reporting]
%<*driver> %<*driver>
\documentclass[twoside]{ltxdoc} \documentclass[twoside]{ltxdoc}
\DoNotIndex{\def,\long,\edef,\xdef,\gdef,\let,\global} \DoNotIndex{\def,\long,\edef,\xdef,\gdef,\let,\global}

Binary file not shown.

View File

@ -7,7 +7,7 @@
%% euproposal.dtx (with options: `reporting') %% euproposal.dtx (with options: `reporting')
%% %%
\NeedsTeXFormat{LaTeX2e}[1999/12/01] \NeedsTeXFormat{LaTeX2e}[1999/12/01]
\ProvidesPackage{eureporting}[2016/04/15 v1.5 EU Project Reporting] \ProvidesPackage{eureporting}[2016/07/06 v1.5 EU Project Reporting]
\DeclareOption*{\PassOptionsToClass{\CurrentOption}{reporting}} \DeclareOption*{\PassOptionsToClass{\CurrentOption}{reporting}}
\ProcessOptions \ProcessOptions

Binary file not shown.