From 06f47bd19d931c23de4ecc70b4b86283673d7148 Mon Sep 17 00:00:00 2001 From: bennibbelink <79653949+bennibbelink@users.noreply.github.com> Date: Thu, 4 Apr 2024 17:00:14 -0500 Subject: [PATCH] remove unneccesary GH_SOURCE_BRANCH references --- Makefile | 1 - gh-project.mk | 4 ---- 2 files changed, 5 deletions(-) diff --git a/Makefile b/Makefile index e013dd17..2406488b 100644 --- a/Makefile +++ b/Makefile @@ -2,7 +2,6 @@ # # The included file 'gh-project.mk' should define the following: # GH_SOURCE_DIR = top-level directory of all the ReST source files -# GH_SOURCE_BRANCH = repository branch that contains the source include gh-project.mk # You can set these variables from the command line. diff --git a/gh-project.mk b/gh-project.mk index 92c6880a..01631c8d 100644 --- a/gh-project.mk +++ b/gh-project.mk @@ -2,11 +2,7 @@ # # GH_SOURCE_DIR = top-level directory of all the ReST source files GH_SOURCE_DIR = source -# GH_SOURCE_BRANCH = repository branch that contains the source -GH_SOURCE_BRANCH = source - # Example for a gh-pages project # # GH_SOURCE_DIR = doc-src -# GH_SOURCE_BRANCH = main \ No newline at end of file