Skip to content

makefile name variable does not work #7

Description

@k4lizen

Here:

name=thesis

all: *.tex *.bib 
	rubber --pdf $(name).tex

clean:
	rubber --clean --pdf $(name).tex

This implies that one can change the name variable to get a differently named document, e.g. changing to name=report and then doing:

mv thesis.tex report.tex
mv thesis.bib report.bib
make

But this does not work because of

\addbibresource{thesis.bib}

in EPFLreport.sty

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions