Commit 4af7e706 authored by Axel Kohlmeyer's avatar Axel Kohlmeyer
Browse files

correctly compute hash for temporary directory used by manual building

parent 67041a54
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
# Makefile for LAMMPS documentation

SHELL         = /bin/bash
SHA1          = $(shell echo $USER-$PWD | python utils/sha1sum.py)
SHA1          = $(shell echo ${USER}-${PWD} | python utils/sha1sum.py)
BUILDDIR      = /tmp/lammps-docs-$(SHA1)
RSTDIR        = $(BUILDDIR)/rst
VENV          = $(BUILDDIR)/docenv